home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-06-03 | 696 b | 14 lines | [TEXT/R*ch] |
- on «event WWWΩsrch» http_search_args
- set crlf to (ASCII character 13) & (ASCII character 10)
- set http_10_header to "HTTP/1.0 200 OK" & crlf & "Server: MacHTTP" & crlf & ¬
- "MIME-Version: 1.0" & crlf & "Content-type: text/html" & crlf & crlf
- --Change the following to be the appropriate file. Note that it must
- -- exist before running the script (create an empty text file first.)
- set f to open file alias "Hard_Disk:MacHTTP Software:Forms:survey.txt" for update
- position file f at (get file length f)
- write file f text http_search_args
- close file f
- return http_10_header & "<title>Confirmation</title>
- <h1>Survey Confirmation</h1> Thanks for taking the survey!<p>"
- end «event WWWΩsrch»
-